Small build fix to Python xenstore interface library.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sun, 20 Nov 2005 09:18:29 +0000 (10:18 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sun, 20 Nov 2005 09:18:29 +0000 (10:18 +0100)
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
tools/python/xen/lowlevel/xs/xs.c

index d6b5b44f8562c0c9709a33ef1b0c9e0a12b30db0..e29d46b5444197545ef36291bf152f989f995818 100644 (file)
@@ -172,7 +172,7 @@ static PyObject *xspy_ls(PyObject *self, PyObject *args, PyObject *kwds)
     char *path;
 
     char **xsval;
-    int xsval_n;
+    unsigned int xsval_n;
 
     if (!parse_transaction_path(self, args, kwds, &xh, &th, &path))
         return NULL;